KeyDescriptor.EncryptionMethods Property

Definition

Gets the collection of EncryptionMethod for this key descriptor.

public:
 property System::Collections::Generic::ICollection<System::IdentityModel::Metadata::EncryptionMethod ^> ^ EncryptionMethods { System::Collections::Generic::ICollection<System::IdentityModel::Metadata::EncryptionMethod ^> ^ get(); };
public System.Collections.Generic.ICollection<System.IdentityModel.Metadata.EncryptionMethod> EncryptionMethods { get; }
member this.EncryptionMethods : System.Collections.Generic.ICollection<System.IdentityModel.Metadata.EncryptionMethod>
Public ReadOnly Property EncryptionMethods As ICollection(Of EncryptionMethod)

Property Value

The collection of encryption methods. The default is an empty collection.

Applies to