public bool VerifySignatureForHash(System.ReadOnlySpan <byte> hash, System.Security.Cryptography.Oid hashAlgorithmId, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Security.Cryptography.X509Certificates.X509Certificate2?signerCertificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection?extraCandidates = null)
 {
     throw null;
 }
 public bool VerifySignatureForSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo signerInfo, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Security.Cryptography.X509Certificates.X509Certificate2?signerCertificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection?extraCandidates = null)
 {
     throw null;
 }
Пример #3
0
 public CmsSigner(System.Security.Cryptography.X509Certificates.X509Certificate2?certificate)
 {
 }
 public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2?certificate, System.Security.Cryptography.AsymmetricAlgorithm?privateKey)
 {
 }
Пример #5
0
 public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2?certificate)
 {
 }
Пример #6
0
 public bool VerifySignatureForSignerInfo(System.Security.Cryptography.Pkcs.SignerInfo signerInfo, out System.Security.Cryptography.X509Certificates.X509Certificate2?signerCertificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection?extraCandidates = null)
 {
     throw null;
 }
Пример #7
0
 public bool VerifySignatureForHash(System.ReadOnlySpan <byte> hash, System.Security.Cryptography.Oid hashAlgorithmId, out System.Security.Cryptography.X509Certificates.X509Certificate2?signerCertificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection?extraCandidates = null)
 {
     throw null;
 }
Пример #8
0
 public bool VerifySignatureForData(System.ReadOnlySpan <byte> data, out System.Security.Cryptography.X509Certificates.X509Certificate2?signerCertificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection?extraCandidates = null)
 {
     throw null;
 }
 public CmsSigner(System.Security.Cryptography.Pkcs.SubjectIdentifierType signerIdentifierType, System.Security.Cryptography.X509Certificates.X509Certificate2?certificate, System.Security.Cryptography.RSA?privateKey, System.Security.Cryptography.RSASignaturePadding?signaturePadding)
 {
 }