EncryptingCredentials.SecurityKey 속성

정의

암호화 키 자료를 가져오거나 설정합니다.

public:
 property System::IdentityModel::Tokens::SecurityKey ^ SecurityKey { System::IdentityModel::Tokens::SecurityKey ^ get(); void set(System::IdentityModel::Tokens::SecurityKey ^ value); };
public System.IdentityModel.Tokens.SecurityKey SecurityKey { get; set; }
member this.SecurityKey : System.IdentityModel.Tokens.SecurityKey with get, set
Public Property SecurityKey As SecurityKey

속성 값

SecurityKey 증명 키를 암호화하는 데 사용되는 암호화 키가 포함된 A입니다.

예외

속성을 null.로 설정하려고 합니다.

적용 대상