10 references to SubjectIdentifierOrKeyType
System.Security (1)
System.Security.cs (1)
34
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.
SubjectIdentifierOrKeyType
))]
System.Security.Cryptography.Pkcs (9)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (4)
26
SubjectIdentifierOrKeyType
.IssuerAndSerialNumber,
35
SubjectIdentifierOrKeyType
.SubjectKeyIdentifier,
44
SubjectIdentifierOrKeyType
.PublicKeyInfo,
51
return new SubjectIdentifierOrKey(
SubjectIdentifierOrKeyType
.Unknown, string.Empty);
System\Security\Cryptography\Pkcs\SubjectIdentifierOrKey.cs (5)
12
internal SubjectIdentifierOrKey(
SubjectIdentifierOrKeyType
type, object value)
18
case
SubjectIdentifierOrKeyType
.IssuerAndSerialNumber:
22
case
SubjectIdentifierOrKeyType
.SubjectKeyIdentifier:
26
case
SubjectIdentifierOrKeyType
.PublicKeyInfo:
40
public
SubjectIdentifierOrKeyType
Type { get; }