SymmetricKey Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SymmetricKey() | |
SymmetricKey(String) | |
SymmetricKey(String, Byte[]) | |
SymmetricKey(String, Int32) |
SymmetricKey()
SymmetricKey(String)
- Source:
- SymmetricKey.cs
public SymmetricKey (string kid);
new Microsoft.Azure.KeyVault.SymmetricKey : string -> Microsoft.Azure.KeyVault.SymmetricKey
Public Sub New (kid As String)
Parameters
- kid
- String
Applies to
SymmetricKey(String, Byte[])
- Source:
- SymmetricKey.cs
public SymmetricKey (string kid, byte[] keyBytes);
new Microsoft.Azure.KeyVault.SymmetricKey : string * byte[] -> Microsoft.Azure.KeyVault.SymmetricKey
Public Sub New (kid As String, keyBytes As Byte())
Parameters
- kid
- String
- keyBytes
- Byte[]
Applies to
SymmetricKey(String, Int32)
- Source:
- SymmetricKey.cs
public SymmetricKey (string kid, int keySize);
new Microsoft.Azure.KeyVault.SymmetricKey : string * int -> Microsoft.Azure.KeyVault.SymmetricKey
Public Sub New (kid As String, keySize As Integer)
Parameters
- kid
- String
- keySize
- Int32
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET