Поделиться через


Certificate.PrivateKeyEncryptionType Property

Gets the encryption type of the private key for the certificate.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property PrivateKeyEncryptionType As PrivateKeyEncryptionType
public PrivateKeyEncryptionType PrivateKeyEncryptionType { get; }
public:
property PrivateKeyEncryptionType PrivateKeyEncryptionType {
    PrivateKeyEncryptionType get ();
}
/** @property */
public PrivateKeyEncryptionType get_PrivateKeyEncryptionType ()
public function get PrivateKeyEncryptionType () : PrivateKeyEncryptionType

Значение свойства

A PrivateKeyEncryptionType object value that specifies the encryption type used by the private key.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

How to: Add a Certificate in Visual Basic .NET

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Certificate Class
Certificate Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

Иерархия средств шифрования
CREATE CERTIFICATE (Transact-SQL)