EncryptedReference.ReferenceType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定參考型別。
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
屬性值
加密資料的參考型別。
備註
使用 CipherReference、 KeyReference和 DataReference 衍生類別時,會設定這個屬性。 例如,物件會將 CipherReference 這個屬性值設定為 CipherReference。