X509IssuerSerialKeyIdentifierClause Constructor (String, String)
Initializes a new instance of the X509IssuerSerialKeyIdentifierClause class using the specified distinguished name of the certificate issuer and the serial number of the X.509 certificate.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public X509IssuerSerialKeyIdentifierClause( string issuerName, string issuerSerialNumber )
Parameters
- issuerName
- Type: System.String
The distinguished name of the certificate authority that issued the X.509 certificate. Sets the value of the IssuerName property.
- issuerSerialNumber
- Type: System.String
The serial number of the X.509 certificate. Sets the value of the IssuerSerialNumber property.
| Exception | Condition |
|---|---|
| ArgumentNullException | issuerName is null. -or- issuerSerialNumber is null. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.