Opc.Ua.Core
FromCertificateList Method



Opc.Ua.Security Namespace > SecuredApplication Class : FromCertificateList Method
Creates a CertificateIdentifierCollection object.
Syntax
'Declaration
 
Public Shared Function FromCertificateList( _
   ByVal input As CertificateList _
) As CertificateIdentifierCollection
'Usage
 
Dim input As CertificateList
Dim value As CertificateIdentifierCollection
 
value = SecuredApplication.FromCertificateList(input)
public static CertificateIdentifierCollection FromCertificateList( 
   CertificateList input
)
public:
static CertificateIdentifierCollection^ FromCertificateList( 
   CertificateList^ input
) 

Parameters

input
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SecuredApplication Class
SecuredApplication Members