4 writes to Type
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (4)
39Type = type; 74Type = SubjectIdentifierType.NoSignature; 79Type = SubjectIdentifierType.IssuerAndSerialNumber; 87Type = SubjectIdentifierType.SubjectKeyIdentifier;
11 references to Type
System.Security.Cryptography.Pkcs (11)
Internal\Cryptography\PkcsHelpers.cs (1)
287SubjectIdentifierType recipientIdentifierType = recipientIdentifier.Type;
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
370signer.SignerIdentifier.Type == SubjectIdentifierType.IssuerAndSerialNumber)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
661if (signer.SignerIdentifier.Type == SubjectIdentifierType.NoSignature)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
504switch (signerIdentifier.Type)
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (7)
102switch (Type) 125Debug.Fail($"Invalid SubjectIdentifierType: {Type}"); 134if (currentId.Type != Type) 141if (Type == SubjectIdentifierType.IssuerAndSerialNumber) 146switch (Type) 160Debug.Fail($"No match logic for SubjectIdentifierType {Type}");