Dela via


ISql90SignatureEncryptionMechanism.SignedBlob Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property SignedBlob As String
'Usage
Dim instance As ISql90SignatureEncryptionMechanism 
Dim value As String 

value = instance.SignedBlob

instance.SignedBlob = value
string SignedBlob { get; set; }
property String^ SignedBlob {
    String^ get ();
    void set (String^ value);
}
function get SignedBlob () : String 
function set SignedBlob (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISql90SignatureEncryptionMechanism Interface

ISql90SignatureEncryptionMechanism Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace