共用方式為


KeyDescriptor.EncryptionMethods 屬性

定義

取得這個金鑰描述元的 EncryptionMethod 集合。

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)

屬性值

加密方法的集合。 預設為空集合。

適用於