Opc.Ua.Security.Certificates
Issuer Property (IX509CRL)



Opc.Ua.Security.Certificates Namespace > IX509CRL Interface : Issuer Property
The name of the issuer for the CRL.
Syntax
'Declaration
 
ReadOnly Property Issuer As String
'Usage
 
Dim instance As IX509CRL
Dim value As String
 
value = instance.Issuer
string Issuer {get;}
property String^ Issuer {
   String^ get();
}
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

IX509CRL Interface
IX509CRL Members