Condividi tramite


Proprietà Certificate.Issuer

Gets the issuer of the certificate.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Issuer As String 
    Get
'Utilizzo
Dim instance As Certificate 
Dim value As String 

value = instance.Issuer
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Issuer { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Issuer {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Issuer : string
function get Issuer () : String

Valore proprietà

Tipo: System.String
A String value that specifies the issuer of the certificate.

Esempi

Utilizzo della crittografia

Vedere anche

Riferimento

Certificate Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Gerarchia di crittografia

CREATE CERTIFICATE (Transact-SQL)