ISql90SignatureEncryptionMechanism.SignedBlob (Propiedad)

Obtiene o establece el blob binario firmado resultante.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql90SignatureEncryptionMechanism Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)