4 writes to Type
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (4)
40Type = type; 75Type = SubjectIdentifierType.NoSignature; 80Type = SubjectIdentifierType.IssuerAndSerialNumber; 88Type = SubjectIdentifierType.SubjectKeyIdentifier;
14 references to Type
System.Security.Cryptography.Pkcs (14)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
226SubjectIdentifierType subjectIdentifierType = subjectIdentifier.Type;
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (2)
115if (RecipientIdentifier.Type != SubjectIdentifierType.SubjectKeyIdentifier) 136if (RecipientIdentifier.Type != SubjectIdentifierType.SubjectKeyIdentifier)
Internal\Cryptography\PkcsHelpers.cs (1)
177SubjectIdentifierType recipientIdentifierType = recipientIdentifier.Type;
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
364signer.SignerIdentifier.Type == SubjectIdentifierType.IssuerAndSerialNumber)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
641if (signer.SignerIdentifier.Type == SubjectIdentifierType.NoSignature)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
519switch (signerIdentifier.Type)
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (7)
108switch (Type) 131Debug.Fail($"Invalid SubjectIdentifierType: {Type}"); 140if (currentId.Type != Type) 147if (Type == SubjectIdentifierType.IssuerAndSerialNumber) 152switch (Type) 166Debug.Fail($"No match logic for SubjectIdentifierType {Type}");