Méthode | Description | |
---|---|---|
DecodePublicKey ( |
||
DecodeX509BasicConstraints2Extension ( byte encoded, bool &certificateAuthority, bool &hasPathLengthConstraint, int &pathLengthConstraint ) : void | ||
DecodeX509BasicConstraintsExtension ( byte encoded, bool &certificateAuthority, bool &hasPathLengthConstraint, int &pathLengthConstraint ) : void | ||
DecodeX509EnhancedKeyUsageExtension ( byte encoded, |
||
DecodeX509KeyUsageExtension ( byte encoded, X509KeyUsageFlags &keyUsages ) : void | ||
DecodeX509SubjectKeyIdentifierExtension ( byte encoded, byte &subjectKeyIdentifier ) : void | ||
EncodeX509BasicConstraints2Extension ( bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint ) : byte[] | ||
EncodeX509EnhancedKeyUsageExtension ( |
||
EncodeX509KeyUsageExtension ( X509KeyUsageFlags keyUsages ) : byte[] | ||
EncodeX509SubjectKeyIdentifierExtension ( byte subjectKeyIdentifier ) : byte[] | ||
GetCertContentType ( byte rawData ) : X509ContentType | ||
GetCertContentType ( string fileName ) : X509ContentType | ||
X500DistinguishedNameDecode ( byte encodedDistinguishedName, X500DistinguishedNameFlags flags ) : string | ||
X500DistinguishedNameEncode ( string distinguishedName, X500DistinguishedNameFlags flag ) : byte[] | ||
X500DistinguishedNameFormat ( byte encodedDistinguishedName, bool multiLine ) : string |
Méthode | Description | |
---|---|---|
BuildRsaPublicKey ( byte encodedData ) : |
||
ComputeCapiSha1OfPublicKey ( |
||
ConcatenateArrays ( byte segments ) : byte[] | ||
DecodeX509SubjectKeyIdentifierExtension ( byte encoded ) : byte[] |
public DecodePublicKey ( |
||
oid | ||
encodedKeyValue | byte | |
encodedParameters | byte | |
certificatePal | ICertificatePal | |
Résultat |
public DecodeX509BasicConstraints2Extension ( byte encoded, bool &certificateAuthority, bool &hasPathLengthConstraint, int &pathLengthConstraint ) : void | ||
encoded | byte | |
certificateAuthority | bool | |
hasPathLengthConstraint | bool | |
pathLengthConstraint | int | |
Résultat | void |
public DecodeX509BasicConstraintsExtension ( byte encoded, bool &certificateAuthority, bool &hasPathLengthConstraint, int &pathLengthConstraint ) : void | ||
encoded | byte | |
certificateAuthority | bool | |
hasPathLengthConstraint | bool | |
pathLengthConstraint | int | |
Résultat | void |
public DecodeX509EnhancedKeyUsageExtension ( byte encoded, |
||
encoded | byte | |
usages | ||
Résultat | void |
public DecodeX509KeyUsageExtension ( byte encoded, X509KeyUsageFlags &keyUsages ) : void | ||
encoded | byte | |
keyUsages | X509KeyUsageFlags | |
Résultat | void |
public DecodeX509SubjectKeyIdentifierExtension ( byte encoded, byte &subjectKeyIdentifier ) : void | ||
encoded | byte | |
subjectKeyIdentifier | byte | |
Résultat | void |
public EncodeX509BasicConstraints2Extension ( bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint ) : byte[] | ||
certificateAuthority | bool | |
hasPathLengthConstraint | bool | |
pathLengthConstraint | int | |
Résultat | byte[] |
public EncodeX509EnhancedKeyUsageExtension ( |
||
usages | ||
Résultat | byte[] |
public EncodeX509KeyUsageExtension ( X509KeyUsageFlags keyUsages ) : byte[] | ||
keyUsages | X509KeyUsageFlags | |
Résultat | byte[] |
public EncodeX509SubjectKeyIdentifierExtension ( byte subjectKeyIdentifier ) : byte[] | ||
subjectKeyIdentifier | byte | |
Résultat | byte[] |
public GetCertContentType ( byte rawData ) : X509ContentType | ||
rawData | byte | |
Résultat | X509ContentType |
public GetCertContentType ( string fileName ) : X509ContentType | ||
fileName | string | |
Résultat | X509ContentType |
public X500DistinguishedNameDecode ( byte encodedDistinguishedName, X500DistinguishedNameFlags flags ) : string | ||
encodedDistinguishedName | byte | |
flags | X500DistinguishedNameFlags | |
Résultat | string |
public X500DistinguishedNameEncode ( string distinguishedName, X500DistinguishedNameFlags flag ) : byte[] | ||
distinguishedName | string | |
flag | X500DistinguishedNameFlags | |
Résultat | byte[] |
public X500DistinguishedNameFormat ( byte encodedDistinguishedName, bool multiLine ) : string | ||
encodedDistinguishedName | byte | |
multiLine | bool | |
Résultat | string |