Proprietà ISql90SignatureEncryptionMechanism.SignedBlob

Ottiene o imposta il BLOB binario firmato risultante.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property SignedBlob As String
    Get
    Set
string SignedBlob { get; set; }
property String^ SignedBlob {
    String^ get ();
    void set (String^ value);
}
abstract SignedBlob : string with get, set
function get SignedBlob () : String
function set SignedBlob (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90SignatureEncryptionMechanism Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel