Pkcs11Interop  5.1.2
Net.Pkcs11Interop.HighLevelAPI40.Session Member List

This is the complete list of members for Net.Pkcs11Interop.HighLevelAPI40.Session, including all inherited members.

_closeWhenDisposedNet.Pkcs11Interop.HighLevelAPI40.Sessionprotected
_disposedNet.Pkcs11Interop.HighLevelAPI40.Sessionprotected
_factoriesNet.Pkcs11Interop.HighLevelAPI40.Sessionprotected
_pkcs11LibraryNet.Pkcs11Interop.HighLevelAPI40.Sessionprotected
_sessionIdNet.Pkcs11Interop.HighLevelAPI40.Sessionprotected
CancelFunction()Net.Pkcs11Interop.HighLevelAPI40.Session
CloseSession()Net.Pkcs11Interop.HighLevelAPI40.Session
CloseWhenDisposedNet.Pkcs11Interop.HighLevelAPI40.Session
CopyObject(IObjectHandle objectHandle, List< IObjectAttribute > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
CreateObject(List< IObjectAttribute > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
Decrypt(IMechanism mechanism, IObjectHandle keyHandle, byte[] encryptedData)Net.Pkcs11Interop.HighLevelAPI40.Session
Decrypt(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream, Stream outputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
Decrypt(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream, Stream outputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
DecryptDigest(IMechanism digestingMechanism, IMechanism decryptionMechanism, IObjectHandle keyHandle, byte[] data, out byte[] digest, out byte[] decryptedData)Net.Pkcs11Interop.HighLevelAPI40.Session
DecryptDigest(IMechanism digestingMechanism, IMechanism decryptionMechanism, IObjectHandle keyHandle, Stream inputStream, Stream outputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
DecryptDigest(IMechanism digestingMechanism, IMechanism decryptionMechanism, IObjectHandle keyHandle, Stream inputStream, Stream outputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
DecryptVerify(IMechanism verificationMechanism, IObjectHandle verificationKeyHandle, IMechanism decryptionMechanism, IObjectHandle decryptionKeyHandle, byte[] data, byte[] signature, out byte[] decryptedData, out bool isValid)Net.Pkcs11Interop.HighLevelAPI40.Session
DecryptVerify(IMechanism verificationMechanism, IObjectHandle verificationKeyHandle, IMechanism decryptionMechanism, IObjectHandle decryptionKeyHandle, Stream inputStream, Stream outputStream, byte[] signature, out bool isValid)Net.Pkcs11Interop.HighLevelAPI40.Session
DecryptVerify(IMechanism verificationMechanism, IObjectHandle verificationKeyHandle, IMechanism decryptionMechanism, IObjectHandle decryptionKeyHandle, Stream inputStream, Stream outputStream, byte[] signature, out bool isValid, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
DeriveKey(IMechanism mechanism, IObjectHandle baseKeyHandle, List< IObjectAttribute > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
DestroyObject(IObjectHandle objectHandle)Net.Pkcs11Interop.HighLevelAPI40.Session
Digest(IMechanism mechanism, byte[] data)Net.Pkcs11Interop.HighLevelAPI40.Session
Digest(IMechanism mechanism, Stream inputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
Digest(IMechanism mechanism, Stream inputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
DigestEncrypt(IMechanism digestingMechanism, IMechanism encryptionMechanism, IObjectHandle keyHandle, byte[] data, out byte[] digest, out byte[] encryptedData)Net.Pkcs11Interop.HighLevelAPI40.Session
DigestEncrypt(IMechanism digestingMechanism, IMechanism encryptionMechanism, IObjectHandle keyHandle, Stream inputStream, Stream outputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
DigestEncrypt(IMechanism digestingMechanism, IMechanism encryptionMechanism, IObjectHandle keyHandle, Stream inputStream, Stream outputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
DigestKey(IMechanism mechanism, IObjectHandle keyHandle)Net.Pkcs11Interop.HighLevelAPI40.Session
Dispose()Net.Pkcs11Interop.HighLevelAPI40.Session
Dispose(bool disposing)Net.Pkcs11Interop.HighLevelAPI40.Sessionprotectedvirtual
Encrypt(IMechanism mechanism, IObjectHandle keyHandle, byte[] data)Net.Pkcs11Interop.HighLevelAPI40.Session
Encrypt(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream, Stream outputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
Encrypt(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream, Stream outputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
FactoriesNet.Pkcs11Interop.HighLevelAPI40.Session
FindAllObjects(List< IObjectAttribute > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
FindObjects(int objectCount)Net.Pkcs11Interop.HighLevelAPI40.Session
FindObjectsFinal()Net.Pkcs11Interop.HighLevelAPI40.Session
FindObjectsInit(List< IObjectAttribute > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
GenerateKey(IMechanism mechanism, List< IObjectAttribute > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
GenerateKeyPair(IMechanism mechanism, List< IObjectAttribute > publicKeyAttributes, List< IObjectAttribute > privateKeyAttributes, out IObjectHandle publicKeyHandle, out IObjectHandle privateKeyHandle)Net.Pkcs11Interop.HighLevelAPI40.Session
GenerateRandom(int length)Net.Pkcs11Interop.HighLevelAPI40.Session
GetAttributeValue(IObjectHandle objectHandle, List< CKA > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
GetAttributeValue(IObjectHandle objectHandle, List< ulong > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
GetFunctionStatus()Net.Pkcs11Interop.HighLevelAPI40.Session
GetObjectSize(IObjectHandle objectHandle)Net.Pkcs11Interop.HighLevelAPI40.Session
GetOperationState()Net.Pkcs11Interop.HighLevelAPI40.Session
GetSessionInfo()Net.Pkcs11Interop.HighLevelAPI40.Session
InitPin(string userPin)Net.Pkcs11Interop.HighLevelAPI40.Session
InitPin(byte[] userPin)Net.Pkcs11Interop.HighLevelAPI40.Session
Login(CKU userType, string pin)Net.Pkcs11Interop.HighLevelAPI40.Session
Login(CKU userType, byte[] pin)Net.Pkcs11Interop.HighLevelAPI40.Session
Logout()Net.Pkcs11Interop.HighLevelAPI40.Session
SeedRandom(byte[] seed)Net.Pkcs11Interop.HighLevelAPI40.Session
SessionIdNet.Pkcs11Interop.HighLevelAPI40.Session
SetAttributeValue(IObjectHandle objectHandle, List< IObjectAttribute > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
SetOperationState(byte[] state, IObjectHandle encryptionKey, IObjectHandle authenticationKey)Net.Pkcs11Interop.HighLevelAPI40.Session
SetPin(string oldPin, string newPin)Net.Pkcs11Interop.HighLevelAPI40.Session
SetPin(byte[] oldPin, byte[] newPin)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, byte[] data, bool performLogin, byte[] keyPin)Net.Pkcs11Interop.HighLevelAPI40.Sessionprotected
Sign(IMechanism mechanism, IObjectHandle keyHandle, byte[] data)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, string keyPin, byte[] data)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, byte[] keyPin, byte[] data)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, string keyPin, Stream inputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, byte[] keyPin, Stream inputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream, int bufferLength, bool performLogin, byte[] keyPin)Net.Pkcs11Interop.HighLevelAPI40.Sessionprotected
Sign(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, string keyPin, Stream inputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
Sign(IMechanism mechanism, IObjectHandle keyHandle, byte[] keyPin, Stream inputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, byte[] data, out byte[] signature, out byte[] encryptedData)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, string signingKeyPin, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, byte[] data, out byte[] signature, out byte[] encryptedData)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, byte[] signingKeyPin, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, byte[] data, out byte[] signature, out byte[] encryptedData)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, Stream inputStream, Stream outputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, string signingKeyPin, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, Stream inputStream, Stream outputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, byte[] signingKeyPin, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, Stream inputStream, Stream outputStream)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, Stream inputStream, Stream outputStream, int bufferLength, bool performLogin, byte[] signingKeyPin)Net.Pkcs11Interop.HighLevelAPI40.Sessionprotected
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, Stream inputStream, Stream outputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, string signingKeyPin, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, Stream inputStream, Stream outputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
SignEncrypt(IMechanism signingMechanism, IObjectHandle signingKeyHandle, byte[] signingKeyPin, IMechanism encryptionMechanism, IObjectHandle encryptionKeyHandle, Stream inputStream, Stream outputStream, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
SignRecover(IMechanism mechanism, IObjectHandle keyHandle, byte[] data, bool performLogin, byte[] keyPin)Net.Pkcs11Interop.HighLevelAPI40.Sessionprotected
SignRecover(IMechanism mechanism, IObjectHandle keyHandle, byte[] data)Net.Pkcs11Interop.HighLevelAPI40.Session
SignRecover(IMechanism mechanism, IObjectHandle keyHandle, string keyPin, byte[] data)Net.Pkcs11Interop.HighLevelAPI40.Session
SignRecover(IMechanism mechanism, IObjectHandle keyHandle, byte[] keyPin, byte[] data)Net.Pkcs11Interop.HighLevelAPI40.Session
UnwrapKey(IMechanism mechanism, IObjectHandle unwrappingKeyHandle, byte[] wrappedKey, List< IObjectAttribute > attributes)Net.Pkcs11Interop.HighLevelAPI40.Session
Verify(IMechanism mechanism, IObjectHandle keyHandle, byte[] data, byte[] signature, out bool isValid)Net.Pkcs11Interop.HighLevelAPI40.Session
Verify(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream, byte[] signature, out bool isValid)Net.Pkcs11Interop.HighLevelAPI40.Session
Verify(IMechanism mechanism, IObjectHandle keyHandle, Stream inputStream, byte[] signature, out bool isValid, int bufferLength)Net.Pkcs11Interop.HighLevelAPI40.Session
VerifyRecover(IMechanism mechanism, IObjectHandle keyHandle, byte[] signature, out bool isValid)Net.Pkcs11Interop.HighLevelAPI40.Session
WrapKey(IMechanism mechanism, IObjectHandle wrappingKeyHandle, IObjectHandle keyHandle)Net.Pkcs11Interop.HighLevelAPI40.Session