21 references to SubjectKeyIdentifier
System.Security (21)
system\security\cryptography\pkcs\envelopedpkcs7.cs (4)
107m_version = recipientIdentifierType == SubjectIdentifierType.SubjectKeyIdentifier ? 2 : 0; 396(recipient.RecipientIdentifierType == SubjectIdentifierType.SubjectKeyIdentifier)) 748if (recipient.RecipientIdentifierType == SubjectIdentifierType.SubjectKeyIdentifier) { 929if (recipient.RecipientIdentifierType == SubjectIdentifierType.SubjectKeyIdentifier) {
system\security\cryptography\pkcs\pkcs7recipient.cs (1)
63case SubjectIdentifierType.SubjectKeyIdentifier:
system\security\cryptography\pkcs\pkcs7signer.cs (4)
39public CmsSigner (CspParameters parameters) : this(SubjectIdentifierType.SubjectKeyIdentifier, 55case SubjectIdentifierType.SubjectKeyIdentifier: 87value != SubjectIdentifierType.SubjectKeyIdentifier && 91if (m_dummyCert && value != SubjectIdentifierType.SubjectKeyIdentifier)
system\security\cryptography\pkcs\pkcsmisc.cs (4)
76m_type = SubjectIdentifierType.SubjectKeyIdentifier; 103Reset(SubjectIdentifierType.SubjectKeyIdentifier, X509Utils.EncodeHexString(ski)); 131Reset(SubjectIdentifierType.SubjectKeyIdentifier, X509Utils.EncodeHexString(ski)); 164case SubjectIdentifierType.SubjectKeyIdentifier:
system\security\cryptography\pkcs\pkcsutils.cs (2)
798if (signer.SignerIdentifierType == SubjectIdentifierType.SubjectKeyIdentifier) { 1017case SubjectIdentifierType.SubjectKeyIdentifier:
system\security\cryptography\pkcs\recipientinfo.cs (2)
274if (this.RecipientIdentifier.Type != SubjectIdentifierType.SubjectKeyIdentifier) 289if (this.RecipientIdentifier.Type != SubjectIdentifierType.SubjectKeyIdentifier)
system\security\cryptography\pkcs\signedpkcs7.cs (1)
63if (signerIdentifierType != SubjectIdentifierType.SubjectKeyIdentifier &&
system\security\cryptography\pkcs\signerinfo.cs (3)
149ComputeCounterSignature(new CmsSigner(m_signedCms.Version == 2 ? SubjectIdentifierType.SubjectKeyIdentifier : SubjectIdentifierType.IssuerAndSerialNumber)); 204else if ((counterSignerInfo.SignerIdentifier.Type == SubjectIdentifierType.SubjectKeyIdentifier) && 205(counterSignerInfo2.SignerIdentifier.Type == SubjectIdentifierType.SubjectKeyIdentifier)) {