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