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;
11 references to Type
System.Security.Cryptography.Pkcs (11)
Internal\Cryptography\PkcsHelpers.cs (1)
177SubjectIdentifierType recipientIdentifierType = recipientIdentifier.Type;
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
370signer.SignerIdentifier.Type == SubjectIdentifierType.IssuerAndSerialNumber)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
666if (signer.SignerIdentifier.Type == SubjectIdentifierType.NoSignature)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
522switch (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}");