C# Class dlech.SshAgentLib.PpkFormatter.FileData

Afficher le fichier Open project: dlech/SshAgentLib

Méthodes publiques

Свойство Type Description
comment string
isHMAC bool
passphrase System.Security.SecureString
ppkFileVersion System.Version
privateKeyAlgorithm PrivateKeyAlgorithm
privateKeyBlob PinnedArray
privateMAC byte[]
publicKeyAlgorithm PublicKeyAlgorithm
publicKeyBlob byte[]

Property Details

comment public_oe property

public key comment
public string comment
Résultat string

isHMAC public_oe property

privateMACString is a HMAC as opposed to the old format
public bool isHMAC
Résultat bool

passphrase public_oe property

public SecureString,System.Security passphrase
Résultat System.Security.SecureString

ppkFileVersion public_oe property

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
Résultat System.Version

privateKeyAlgorithm public_oe property

Private key encryption algorithm One of PrivateKeyAlgorithm
public PrivateKeyAlgorithm privateKeyAlgorithm
Résultat PrivateKeyAlgorithm

privateKeyBlob public_oe property

The private key.
public PinnedArray privateKeyBlob
Résultat PinnedArray

privateMAC public_oe property

The private key hash.
public byte[] privateMAC
Résultat byte[]

publicKeyAlgorithm public_oe property

Public key algorithm One of PublicKeyAlgorithms
public PublicKeyAlgorithm publicKeyAlgorithm
Résultat PublicKeyAlgorithm

publicKeyBlob public_oe property

The public key
public byte[] publicKeyBlob
Résultat byte[]