次の方法で共有


Issuer プロパティ

証明書の発行者を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Issuer As String
    Get
'使用
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

プロパティ値

型: System. . :: . .String
証明書の発行者を示す String 値。

使用例

暗号化の使用