4 writes to Type
System.Security.Cryptography.Pkcs (4)
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (4)
40
Type
= type;
75
Type
= SubjectIdentifierType.NoSignature;
80
Type
= SubjectIdentifierType.IssuerAndSerialNumber;
88
Type
= SubjectIdentifierType.SubjectKeyIdentifier;
11 references to Type
System.Security.Cryptography.Pkcs (11)
Internal\Cryptography\PkcsHelpers.cs (1)
177
SubjectIdentifierType recipientIdentifierType = recipientIdentifier.
Type
;
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
370
signer.SignerIdentifier.
Type
== SubjectIdentifierType.IssuerAndSerialNumber)
System\Security\Cryptography\Pkcs\SignedCms.cs (1)
666
if (signer.SignerIdentifier.
Type
== SubjectIdentifierType.NoSignature)
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
522
switch (signerIdentifier.
Type
)
System\Security\Cryptography\Pkcs\SubjectIdentifier.cs (7)
108
switch (
Type
)
131
Debug.Fail($"Invalid SubjectIdentifierType: {
Type
}");
140
if (currentId.
Type
!=
Type
)
147
if (
Type
== SubjectIdentifierType.IssuerAndSerialNumber)
152
switch (
Type
)
166
Debug.Fail($"No match logic for SubjectIdentifierType {
Type
}");