共用方式為


EncryptedReference.ReferenceType 屬性

定義

取得或設定參考型別。

protected:
 property System::String ^ ReferenceType { System::String ^ get(); void set(System::String ^ value); };
protected string? ReferenceType { get; set; }
protected string ReferenceType { get; set; }
member this.ReferenceType : string with get, set
Protected Property ReferenceType As String

屬性值

加密資料的參考型別。

備註

使用 CipherReferenceKeyReferenceDataReference 衍生類別時,會設定這個屬性。 例如,物件會將 CipherReference 這個屬性值設定為 CipherReference

適用於