7 references to BufferType
System.Core (7)
System\Security\Cryptography\NCryptNative.cs (7)
203public BufferType BufferType; 1051hashAlgorithmBuffer.BufferType = BufferType.KdfHashAlgorithm; 1064hmacKeyBuffer.BufferType = BufferType.KdfHmacKey; 1072secretPrependBuffer.BufferType = BufferType.KdfSecretPrepend; 1080secretAppendBuffer.BufferType = BufferType.KdfSecretAppend; 1214labelBuffer.BufferType = BufferType.KdfTlsLabel; 1220seedBuffer.BufferType = BufferType.KdfTlsSeed;