Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the issuer of the certificate.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Issuer As String
Get
'Usage
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
Property Value
Type: System.String
A String value that specifies the issuer of the certificate.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace