다음을 통해 공유


KeyDescriptor.KeyInfo 속성

정의

이 키 설명자의 키 식별자를 가져오거나 설정합니다.

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

속성 값

키 식별자입니다. 기본값은 null입니다.

적용 대상