
PreSharedKey
Specifies the profile PreSharedKey.
■ Syntax
[VB]
Public WriteOnly Property PreSharedKey As String
[C#]
public string PreSharedKey {set;}
■ Property
Profile PreSharedKey
Parameter values
: 64-characters alphanumeric character string in hexadecimal notation,
or ASCII character string with 8 characters or more and 63
characters or less
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) lies outside the permissible
range.
[Ex.] Set the MyProf profile PreSharedKey to "12345123451234123412341234".
[VB] MyProf.PreSharedKey = "12345123451234123412341234"
[C#] MyProf.PreSharedKey = "12345123451234123412341234";
231
Kommentare zu diesen Handbüchern