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