Freigeben über


KeyDescriptor.EncryptionMethods Eigenschaft

Definition

Ruft die Auflistung der EncryptionMethod für diesen Schlüsseldeskriptor ab.

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)

Eigenschaftswert

Die Auflistung von Verschlüsselungsmethoden. Der Standard ist eine leere Auflistung.

Gilt für: