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)

属性值

加密方法的集合。 默认值为空集合。

适用于