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

Glossary Item Box

The following tables list the members exposed by ICertificate.

Public Properties

 NameDescription
 PropertyCertificate The primary certificate.  
 PropertyHasPrivateKey Whether a private key is available.  
 PropertyRawData The DER encoded certficate data with all supporting certificates.  
 PropertySubject The subject name for the certificate.  
 PropertyThumbprint The SHA1 hash of the certificate represented as an uppercase hexadecimal.  
Top

Public Methods

 NameDescription
 MethodDecrypt Encrypts the data using the specified algorithm.  
 MethodEncrypt Encrypts the data using the specified algorithm.  
 MethodGetCipherTextBlockSize Returns the size of a block of encrypted data.  
 MethodGetPlainTextBlockSize Returns the size of a block of unencrypted data.  
 MethodGetSignatureLength Returns the length of the signature.  
 MethodGetSupportingCertificates Any supporting certificates.  
 MethodSign Signs the data and returns the signature.  
 MethodVerify Verifies the signature for the data.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.