EncryptedReference.Uri 属性

定义

获取或设置 EncryptedReference 对象的统一资源标识符 (URI)。Gets or sets the Uniform Resource Identifier (URI) of an EncryptedReference object.

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

属性值

String

EncryptedReference 对象的统一资源标识符 (URI)。The Uniform Resource Identifier (URI) of the EncryptedReference object.

例外

Uri 属性已设置为 nullThe Uri property was set to null.

注解

使用此属性来指示加密数据的位置。Use this property to indicate the location of the encrypted data.

适用于