Beispiel #1
0
 public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName)
 {
 }
Beispiel #2
0
 public System.Security.Cryptography.X509Certificates.X509Certificate2 Create(System.Security.Cryptography.X509Certificates.X500DistinguishedName issuerName, System.Security.Cryptography.X509Certificates.X509SignatureGenerator generator, System.DateTimeOffset notBefore, System.DateTimeOffset notAfter, byte[] serialNumber)
 {
     throw null;
 }
Beispiel #3
0
 public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.RSA key, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.RSASignaturePadding padding)
 {
 }
Beispiel #4
0
 public CertificateRequest(System.Security.Cryptography.X509Certificates.X500DistinguishedName subjectName, System.Security.Cryptography.X509Certificates.PublicKey publicKey, System.Security.Cryptography.HashAlgorithmName hashAlgorithm)
 {
 }
Beispiel #5
0
 public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName)
 {
     Contract.Requires(distinguishedName != null);
 }