Właściwość Certificate.Issuer
Pobiera wystawcy certyfikat.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Issuer As String
Get
'Użycie
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
Wartość właściwości
Typ: System.String
A String wartość określająca wystawcy certyfikat.
Zobacz także