다음을 통해 공유


EncryptedReference.Uri 속성

정의

EncryptedReference 개체의 URI(Uniform Resource Identifier)를 가져오거나 설정합니다.

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

속성 값

EncryptedReference 개체의 URI(Uniform Resource Identifier)입니다.

예외

Uri 속성이 null로 설정된 경우

설명

이 속성을 사용하여 암호화된 데이터의 위치를 나타냅니다.

적용 대상