다음을 통해 공유


SignedXml.SigningKeyName 속성

정의

SignedXml 개체 서명에 사용할 설치된 키의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ SigningKeyName { System::String ^ get(); void set(System::String ^ value); };
public string? SigningKeyName { get; set; }
public string SigningKeyName { get; set; }
member this.SigningKeyName : string with get, set
Public Property SigningKeyName As String

속성 값

SignedXml 개체 서명에 사용할 설치된 키의 이름입니다.

적용 대상