10 references to KeyType
System.IdentityModel (10)
System\IdentityModel\Metadata\KeyDescriptor.cs (4)
17
KeyType
_use =
KeyType
.Unspecified;
47
/// Gets or sets the <see cref="
KeyType
"/>.
49
public
KeyType
Use
System\IdentityModel\Metadata\MetadataSerializer.cs (6)
224
private static
KeyType
GetKeyDescriptorType(string keyType)
228
return
KeyType
.Unspecified;
232
return
KeyType
.Encryption;
236
return
KeyType
.Signing;
2469
if (keyDescriptor.Use ==
KeyType
.Encryption || keyDescriptor.Use ==
KeyType
.Signing)