다음을 통해 공유


AuthenticablePrincipal.AllowReversiblePasswordEncryption 속성

정의

이 계정에 대해 복구 가능한 암호 암호화를 사용할지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool AllowReversiblePasswordEncryption { bool get(); void set(bool value); };
public bool AllowReversiblePasswordEncryption { get; set; }
member this.AllowReversiblePasswordEncryption : bool with get, set
Public Property AllowReversiblePasswordEncryption As Boolean

속성 값

이 계정에 대한 복구 가능한 암호 암호화를 사용하면 true이고, 그렇지 않으면 false입니다.

예외

기본 저장소가 이 속성을 지원하지 않는 경우

적용 대상