EasyUA Reference
CertificateIdentifier Class Members
See Also  Properties  Methods  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : CertificateIdentifier Class

Glossary Item Box

The following tables list the members exposed by CertificateIdentifier.

Public Constructors

 NameDescription
Public ConstructorCertificateIdentifier ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCertificate Gets or sets the actual certificate.  
Public PropertyRawData Gets the DER encoded certificate data or create emebeded in this instance certifcate using the DER encoded certificate data.  
Public PropertyStoreLocation The location of the store that contains the certificate.  
Public PropertyStoreName The name of the store that contains the certificate.  
Public PropertyStorePath The path that identifies the certificate store.  
Public PropertyStoreType The type of certificate store.  
Public PropertySubjectName The certificate's subject name - the distinguished name of an X509 certificate.  
Public PropertyThumbprint The certificate's thumbprint.  
Public PropertyValidationOptions Gets or sets the validation options.  
Top

Public Methods

 NameDescription
Public MethodClone Creates a new object that is a copy of the current instance.  
Public Methodstatic (Shared in Visual Basic)CreateBlob Creates a DER blob from a certificate with zero or more supporting certificates.  
Public MethodEquals Returns true if the objects are equal.  
Public MethodFindOverloaded.  Finds a certificate in a store.  
Public Methodstatic (Shared in Visual Basic)GetDisplayName Returns a display name for a certificate.  
Public MethodGetHashCode Returns a suitable hash code.  
Public MethodGetPrivateKeyFilePath Gets the private key file path.  
Public MethodInitialize Initializes the object during deserialization.  
Public MethodLoadPrivateKey Loads the private key for the certificate with an optional password.  
Public MethodOpenStore Returns an object that can be used to access the store containing the certificate.  
Public Methodstatic (Shared in Visual Basic)ParseBlob Parses a blob with a list of DER encoded certificates.  
Public MethodPaste Updates the object from another object (usage is not updated).  
Public MethodToStringOverloaded.  Formats the value of the current instance using the specified format.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.