C# Класс dlech.SshAgentLib.PpkFormatter.FileData

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
comment string
isHMAC bool
passphrase System.Security.SecureString
ppkFileVersion System.Version
privateKeyAlgorithm PrivateKeyAlgorithm
privateKeyBlob PinnedArray
privateMAC byte[]
publicKeyAlgorithm PublicKeyAlgorithm
publicKeyBlob byte[]

Описание свойств

comment публичное свойство

public key comment
public string comment
Результат string

isHMAC публичное свойство

privateMACString is a HMAC as opposed to the old format
public bool isHMAC
Результат bool

passphrase публичное свойство

public SecureString,System.Security passphrase
Результат System.Security.SecureString

ppkFileVersion публичное свойство

File format version (one of FileVersions members) Callers of this method should warn user that version 1 has security issue and should not be used
public Version,System ppkFileVersion
Результат System.Version

privateKeyAlgorithm публичное свойство

Private key encryption algorithm One of PrivateKeyAlgorithm
public PrivateKeyAlgorithm privateKeyAlgorithm
Результат PrivateKeyAlgorithm

privateKeyBlob публичное свойство

The private key.
public PinnedArray privateKeyBlob
Результат PinnedArray

privateMAC публичное свойство

The private key hash.
public byte[] privateMAC
Результат byte[]

publicKeyAlgorithm публичное свойство

Public key algorithm One of PublicKeyAlgorithms
public PublicKeyAlgorithm publicKeyAlgorithm
Результат PublicKeyAlgorithm

publicKeyBlob публичное свойство

The public key
public byte[] publicKeyBlob
Результат byte[]